home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / {app} / Addons / Squirrelmail Plugins / hmailserver_vacation / functions.php next >
PHP Script  |  2004-07-06  |  456b  |  19 lines

  1. <?php
  2.  
  3.  
  4. function hmailserver_vacation_opt_do() {
  5.  
  6.     global $optpage_blocks;
  7.         
  8.     $optpage_blocks[] = array(
  9.         'name' => _("Vacation / Autoresponder"),
  10.         'url' => '../plugins/hmailserver_vacation/options.php',
  11.         'desc' => _("Set up an auto-reply message for your incoming email.  This can be useful when you are away on vacation."),
  12.         'js' => FALSE
  13.     );          
  14.                 
  15. }       
  16.  
  17.         
  18. ?>
  19.